SetLocaleOverrideRequest

data class SetLocaleOverrideRequest(locale: String?)

Represents request frame that can be used with Emulation#setLocaleOverride operation call.

Overrides default host system locale with the specified one.

See also

Constructors

SetLocaleOverrideRequest
Link copied to clipboard
fun SetLocaleOverrideRequest(locale: String? = null)

Properties

locale
Link copied to clipboard
val locale: String? = null
ICU style C locale (e.g.

Sources

jvm source
Link copied to clipboard